home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / util / batch / BGUIMenu.lha / Examples / Script2 < prev    next >
Text File  |  1991-02-17  |  189b  |  6 lines

  1. echo "This is script 2"
  2. echo "The environment variable 'ex1var' which holds the value"
  3. echo "  of the menu selection you made has the following value:"
  4. getenv ex1var
  5. echo "End of script 2"
  6.